home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / programming / amiga / muibuilder / mb / c / examples / smakefile < prev   
Encoding:
Makefile  |  1994-09-26  |  91 b   |  7 lines

  1. .c.o:
  2.     sc $*.c
  3.  
  4. MUIB-Demo: MUIB-Demo.o MUIB-DemoGui.o
  5.     sc link MUIB-Demo.o MUIB-DemoGui.o
  6.  
  7.